ComponentOne ASP.NET MVC Controls
NewItemCreator Property (IItemsSource<T>)

C1.Web.Mvc Namespace > IItemsSource<T> Interface : NewItemCreator Property
Gets or sets a function that creates new items for the collection.
Syntax
'Declaration
 
Property NewItemCreator As String
string NewItemCreator {get; set;}
Remarks
If the creator function is not supplied, try to create an uninitialized item of the appropriate type.
See Also

Reference

IItemsSource<T> Interface
IItemsSource<T> Members